-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Editorial review: Add precommitHandler() and other info to Navigation API docs #41524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editorial review: Add precommitHandler() and other info to Navigation API docs #41524
Conversation
|
Preview URLs
(comment last updated: 2025-10-23 07:08:27) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, see comments
Co-authored-by: Noam Rosenthal <[email protected]>
|
@noamr thanks for the reviews. This one looks about ready to go on to the editorial review stage now, but feel free to add more comments if you think anything else still needs attention. |
Yes, technical LGTM from me! |
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
|
Looking good; thanks for the review, @sideshowbarker! |
Description
Chromium 141 adds support for the
precommitHandleroption of theNavigateEvent.intercept()method. See https://chromestatus.com/feature/5134734612496384.This PR adds documentation for it.
It also overhauls the
intercept()method page in general, adding a bunch of details in a large "Description" section that was missing before. I think more work needs to be done here, but it is out of the scope of this PR for me to try to fix everything. For now, I've added a bit more information about how theintercept()features work so that the page is a bit more informative.Motivation
Additional details
Related issues and pull requests